Charting for WinForms Programmer's Guide
EvaluationContext.ResolveReference Method
See Also
 






Returns the object representing the specified reference.

Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting

 Syntax

C#  Copy Code

public virtual Object ResolveReference (
    string target,
    string[] fields
)

Visual Basic  Copy Code

Public Overridable Function ResolveReference( _
    target As String, _
    fields() As String _
) As Object

 Parameters

target

The name of the object.

fields

A sequence of fields contained in the reference.

 Return Value

The resolved object.

 See Also

EvaluationContext Members
EvaluationContext Class
MindFusion.Scripting Namespace